Introduction

A PowerShell commandlet (abr. cmdlet) is a compiled PowerShell command which can be invoked either in a PowerShell script or via the PowerShell command-line interface. Like all PowerShell commands, they operate on and return .NET objects.

Syntax

Cmdlets are named according to a Verb-Noun nomenclature